home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / scrpk-mb.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-11-19  |  310b  |  17 lines

  1. @echo off
  2. if %1NOTHING==NOTHING GOTO USAGE
  3. type release.nfo
  4. pause
  5. copy *.* %1 
  6. Echo Installation of the *.MSG files is complete.
  7. pause
  8. type tct.nfo
  9. pause
  10.  
  11. :USAGE
  12. Echo -
  13. Echo -Usage:
  14. Echo - Install.Bat C:\BBS\TEXT
  15. Echo -               ^^^^^^^  your BBS text file path (DON'T end with \ )
  16. Echo -
  17.